home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
graphics
/
divers.dem
< prev
next >
Wrap
Text File
|
1999-09-16
|
383b
|
23 lines
mode(-1)
oldln=lines()
lines(0)
deff('[]=xdemo(info,str)',['x_message([info;str]);xbasc();';
'execstr(str)']);
xset("default");
exec('SCI/demos/graphics/divers-1.dem');
nn=prod(size(str_l))
while %t then
num=x_choose(string(1:nn)','Choose a demo ');
if num=0 then
lines(oldln(1))
return
else
xdemo(" ",str_l(num));
end,
end